ComponentOne ASP.NET MVC Controls
SetMacdLineStyle Method

C1.Web.Mvc.Finance.Fluent Namespace > MacdBuilder<T> Class : SetMacdLineStyle Method
The stroke
The stroke width
Sets the macd line style.
Syntax
'Declaration
 
Public Function SetMacdLineStyle( _
   Optional ByVal stroke As String, _
   Optional ByVal strokeWidth As Nullable(Of Integer) _
) As MacdBuilder(Of T)
public MacdBuilder<T> SetMacdLineStyle( 
   string stroke,
   Nullable<int> strokeWidth
)

Parameters

stroke
The stroke
strokeWidth
The stroke width

Return Value

Current builder
See Also

Reference

MacdBuilder<T> Class
MacdBuilder<T> Members